Which of the following is not a method of changing permissions in CentOS?
Chmod
Chgrp
Chdaemon
chown
To set Read and Write permissions for 'other' on a file named invoice what is the proper command?
chmod o+rw test
chown o+x invoice
chmod o-rx invoice
chmod o+rw invoice
Next Concept